
/*************************************
* 文件名称：common.css
* 作   者：客户成功部
* 创建日期：2022-01-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
body {
    border: none;
    outline: none;
    overflow-x: hidden;
}


a {
  outline:none;
}
a {
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hide {
  display: none!important;
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width:6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #cb0002;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222;
}
@keyframes scrollmouse{
  from {
    transform: translate(-50%,0);
    opacity:1;
  }
  to {
    transform: translate(-50%,10px);
    opacity:0;
  }
}
@media only screen and (min-width: 769px){
  #c_grid-116273709439191{
    position:fixed;
    width: 100%;
    left:0;
    top: 0px;
    z-index:99;
    transition:all 0.5s ease 0s;
  }
}
@media only screen and (max-width: 768px){
  #c_static_001_P_249-16545044844420{
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1700px){
 #c_static_001-16934544721282 .e_loop-7 .p_list {
    max-width: 90%;
}
  #c_navigation_019_P_072-1688036855347 .e_container-4 {
    display: flex;
    justify-content: space-between;
}  
}
@media only screen and (max-width: 1579px) and (min-width: 1440px){

}
@media only screen and (max-width: 1440px) and (min-width: 769px){
#c_effect_049-1693470751789 .e_loop-10 {
    margin-top: 30px;
}  
}
@media only screen and (max-width: 1360px) and (min-width: 769px){
#c_effect_049-1693470751789 .e_text-4 {
    font-size: 15px;
    margin-top: 0px;
}
  
}
@media only screen and (max-width: 1200px){
#c_navigation_126_P_515-1693443615800 .e_html-49 {
    display: none;
}
}





/*留言表格*/
.form-control {
    width: 100%;
    height: calc(1.5em + 0.75rem + 12px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
.p_label .s_label{
    color: rgb(0 0 0 / 50%);
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td{
  
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child{
    justify-content: center;
    border: 2px solid #409eff;
    transition: all ease .3s;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child a{
    transition: all ease .3s;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 44px;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child:hover{
    background:#409eff;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:last-child:hover a{
    color:#fff;
}
.p_formItem .s_layout .p_tbody .p_tr:nth-child(2) .p_td:first-child{
    background: #f2f2f2;
    border: 2px solid #ced4da;
    border-radius: 3px;
}
.p_formItem .s_layout .p_tbody{
    margin-bottom: 10px;
}
/*留言表格*/